org.codehaus.jparsec.examples.java.ast.statement
Class Annotation
java.lang.Object
org.codehaus.jparsec.examples.common.ValueObject
org.codehaus.jparsec.examples.java.ast.statement.Annotation
- All Implemented Interfaces:
- Modifier
public final class Annotation
- extends ValueObject
- implements Modifier
Represents the use of an annotation.
- Author:
- Ben Yu
type
public final TypeLiteral type
elements
public final List<Annotation.Element> elements
Annotation
public Annotation(TypeLiteral type,
List<Annotation.Element> elements)
toString
public String toString()
- Overrides:
toString in class ValueObject
Copyright © 2014. All rights reserved.