@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface AtmosphereAnnotation
Processor implementation.
Application that wants to define their own annotation can annotate their class with this annotation.public abstract java.lang.Class<? extends java.lang.annotation.Annotation> value
ProcessorCopyright © 2017. All Rights Reserved.