com.sun.mirror.apt
public class AnnotationProcessors extends Object
Modifier and Type | Field and Description |
---|---|
static AnnotationProcessor |
NO_OP
An annotation processor that does nothing and has no state.
|
Constructor and Description |
---|
AnnotationProcessors() |
Modifier and Type | Method and Description |
---|---|
static AnnotationProcessor |
getCompositeAnnotationProcessor(AnnotationProcessor... aps)
Constructs a new composite annotation processor.
|
static AnnotationProcessor |
getCompositeAnnotationProcessor(Collection<AnnotationProcessor> aps)
Constructs a new composite annotation processor.
|
public static final AnnotationProcessor NO_OP
public static AnnotationProcessor getCompositeAnnotationProcessor(AnnotationProcessor... aps)
aps
- The processors to create a composite ofpublic static AnnotationProcessor getCompositeAnnotationProcessor(Collection<AnnotationProcessor> aps)
aps
- A collection of processors to create a composite of Copyright © 2004, 2014, Oracle and/or its affiliates. All rights reserved.