public final class Annotation extends ValueObject implements Modifier
Modifier and Type | Class and Description |
---|---|
static class |
Annotation.Element |
Modifier and Type | Field and Description |
---|---|
List<Annotation.Element> |
elements |
TypeLiteral |
type |
Constructor and Description |
---|
Annotation(TypeLiteral type,
List<Annotation.Element> elements) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final TypeLiteral type
public final List<Annotation.Element> elements
public Annotation(TypeLiteral type, List<Annotation.Element> elements)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.