|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.loom.annotation.processor.AbstractAnnotationProcessor
public abstract class AbstractAnnotationProcessor
| Constructor Summary | |
|---|---|
AbstractAnnotationProcessor()
|
|
| Method Summary | |
|---|---|
int |
compareTo(AnnotationProcessor o)
|
int |
getOrder()
The default return value of any AnnotationProcessor is 1000 |
abstract void |
process(Event event)
Expands an ActionMapping with the metadata annotated to an Action class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAnnotationProcessor()
| Method Detail |
|---|
public abstract void process(Event event)
AnnotationProcessor
process in interface AnnotationProcessorevent - the event to be modifiedpublic int getOrder()
getOrder in interface AnnotationProcessorpublic int compareTo(AnnotationProcessor o)
compareTo in interface java.lang.Comparable<AnnotationProcessor>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||