Annotation Type ServiceInterface
-
@Retention(RUNTIME) @Target(TYPE) public @interface ServiceInterfaceAnnotation to give the service interfaces a name that correlates to the service that is usable in a programmatic way.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringnameName of the service - this must be short and without spaces.
-