Annotation Type Vetoed


  • @Target({TYPE,PACKAGE})
    @Retention(RUNTIME)
    @Documented
    public @interface Vetoed
    Marks a class as to get ignored during CDI processing. If placed on a package, then exclude all the classes in that package. If the same package is used in multiple classpath entries, non-portable behvaiour results.
    Since:
    1.1