public abstract class AbstractGenerator extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the processor.
|
Set<String> |
getSupportedOptions()
Returns the supported options set.
|
abstract void |
processTypeElement(TypeElement annotation,
TypeElement element,
MessageInterface messageInterface)
Processes a type element.
|
public abstract void processTypeElement(TypeElement annotation, TypeElement element, MessageInterface messageInterface)
annotation - the annotation who trigger the processingelement - the element that contains the methods.messageInterface - the message interface to implement.public final String getName()
Copyright © 2017 JBoss by Red Hat. All rights reserved.