-
@Retention(RUNTIME) @Target({METHOD,TYPE}) @Inherited @Documented public @interface ServiceMethod
Indicates that the method is a service method. This annotation (for example) can marks a protected methods that must be acts as public service methods- Author:
- Vladlen Larionov