Annotation Type Security


  • @Target({TYPE,METHOD,FIELD})
    @Retention(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