|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mirror.apt.AnnotationProcessors.CompositeAnnotationProcessor
static class AnnotationProcessors.CompositeAnnotationProcessor
Combines multiple annotation processors into a simple composite processor. The composite processor functions by invoking each of its component processors in sequence.
| Field Summary | |
|---|---|
private java.util.List<AnnotationProcessor> |
aps
|
| Constructor Summary | |
|---|---|
AnnotationProcessors.CompositeAnnotationProcessor(AnnotationProcessor... aps)
Constructs a new composite annotation processor. |
|
AnnotationProcessors.CompositeAnnotationProcessor(java.util.Collection<AnnotationProcessor> aps)
Constructs a new composite annotation processor. |
|
| Method Summary | |
|---|---|
void |
process()
Invokes the process method of each component processor, in the order in which the processors were passed to the constructor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.List<AnnotationProcessor> aps
| Constructor Detail |
|---|
public AnnotationProcessors.CompositeAnnotationProcessor(java.util.Collection<AnnotationProcessor> aps)
aps - the component annotation processorspublic AnnotationProcessors.CompositeAnnotationProcessor(AnnotationProcessor... aps)
aps - the component annotation processors| Method Detail |
|---|
public void process()
process in interface AnnotationProcessor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||