|
Lombok - v0.9.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlombok.eclipse.handlers.HandleData
@ProviderFor(value=EclipseAnnotationHandler.class) public class HandleData
Handles the lombok.Data annotation for eclipse.
| Constructor Summary | |
|---|---|
HandleData()
|
|
| Method Summary | |
|---|---|
boolean |
handle(AnnotationValues<Data> annotation,
org.eclipse.jdt.internal.compiler.ast.Annotation ast,
EclipseNode annotationNode)
Called when an annotation is found that is likely to match the annotation you're interested in. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HandleData()
| Method Detail |
|---|
public boolean handle(AnnotationValues<Data> annotation,
org.eclipse.jdt.internal.compiler.ast.Annotation ast,
EclipseNode annotationNode)
EclipseAnnotationHandler
handle in interface EclipseAnnotationHandler<Data>annotation - The actual annotation - use this object to retrieve the annotation parameters.ast - The Eclipse AST node representing the annotation.annotationNode - The Lombok AST wrapper around the 'ast' parameter. You can use this object
to travel back up the chain (something javac AST can't do) to the parent of the annotation, as well
as access useful methods such as generating warnings or errors focused on the annotation.
true if you don't want to be called again about this annotation during this
compile session (you've handled it), or false to indicate you aren't done yet.
|
Lombok - v0.9.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||