Class AnnotationNode
java.lang.Object
com.google.api.generator.engine.ast.AnnotationNode
- All Implemented Interfaces:
AstNode
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(AstNodeVisitor visitor) Writes the syntatically-correct Java code representation of this node.static AnnotationNode.Builderbuilder()abstract TypeNodetype()static AnnotationNodewithSuppressWarnings(String description) static AnnotationNodestatic AnnotationNodewithTypeAndDescription(TypeNode type, String description) static AnnotationNodewithTypeAndDescription(TypeNode type, List<Expr> exprList)
-
Field Details
-
OVERRIDE
-
DEPRECATED
-
-
Constructor Details
-
AnnotationNode
public AnnotationNode()
-
-
Method Details