Annotation Type NoScan


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface NoScan
    The NoScan annotation can be used in conjunction with @Component in order to exclude the component from Spring's component scan. NoScan has to be added as an excludeFilter.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>