@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
@Documented
@Component
@Qualifier
public @interface Security
Marker annotation for security layer. Can be also used as qualifier for dependency injection, as there are probably 2
implementations for the same
service interface: security and service implementation
- Author:
- luis