Annotation Type EnableScan


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD,ANNOTATION_TYPE})
    @Documented
    public @interface EnableScan
    Author:
    Michael Lavelle, Sebastian Just