|
Lombok - v0.10.8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,TYPE})
@Retention(value=SOURCE)
public @interface PrintASTWill print the tree structure of annotated node and all its children. This annotation is useful only for those working on Lombok, for example to test if a Lombok handlers is doing its job correctly, or to see what the imagined endresult of a transformation is supposed to look like.
| Optional Element Summary | |
|---|---|
String |
outfile
Normally, the AST is printed to standard out, but you can pick a filename instead. |
boolean |
printContent
Sets whether to print node structure (false) or generated java code (true). |
public abstract String outfile
public abstract boolean printContent
|
Lombok - v0.10.8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||