io.nuun.kernel.api.annotations
Annotation Type Ignore


@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,ANNOTATION_TYPE})
public @interface Ignore

Excludes the annotated class from the classpath scan.


Optional Element Summary
 String value
          The optional reason why the class is ignored.
 

value

public abstract String value
The optional reason why the class is ignored.

Default:
""


Copyright © 2012-2015. All Rights Reserved.