|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mirror.apt.AnnotationProcessors
public class AnnotationProcessors
Utilities to create specialized annotation processors.
Field Summary | |
---|---|
static AnnotationProcessor |
NO_OP
An annotation processor that does nothing and has no state. |
Constructor Summary | |
---|---|
AnnotationProcessors()
|
Method Summary | |
---|---|
static AnnotationProcessor |
getCompositeAnnotationProcessor(AnnotationProcessor... aps)
Constructs a new composite annotation processor. |
static AnnotationProcessor |
getCompositeAnnotationProcessor(Collection<AnnotationProcessor> aps)
Constructs a new composite annotation processor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AnnotationProcessor NO_OP
Constructor Detail |
---|
public AnnotationProcessors()
Method Detail |
---|
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
|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.