Annotation Type ServiceInterface
-
@Retention(RUNTIME) @Target(TYPE) public @interface ServiceInterface
Annotation 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.String
name
Name of the service - this must be short and without spaces.
-