public final class AnnotationDef extends ValueObject implements Declaration
Modifier and Type | Field and Description |
---|---|
DefBody |
body |
List<Modifier> |
modifiers |
String |
name |
Constructor and Description |
---|
AnnotationDef(List<Modifier> modifiers,
String name,
DefBody body) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.