Package nbbrd.service
Annotation Type ServiceId
Specifies that a method can be used to retrieve an identifier on a service.
This annotation must be used in conjunction with
ServiceDefinition.
The annotated method must follow the following rules:
- Id method only applies to methods of a service
- Id method does not apply to static methods
- Id method must have no-args
- Id method must return String