@Target(value={TYPE,FIELD}) @Retention(value=RUNTIME) public @interface ExportAsDevService
Class<?>[]
value
public abstract Class<?>[] value
The default is to export as ALL interfaces implemented by this class, or as the implementation class if it implements no interfaces.
Copyright © 2018 Atlassian. All rights reserved.