org.jvnet.hudson.annotation_indexer
Annotation Type Indexed


@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface Indexed

Marks annotations that should be indexed during compilation. The annotations indexed this way can be later enumerated efficiently with Index.

Author:
Kohsuke Kawaguchi

Optional Element Summary
 java.lang.Class<? extends Validator>[] validators
           
 

validators

public abstract java.lang.Class<? extends Validator>[] validators
Default:
{}


Copyright © 2012. All Rights Reserved.