| Package | Description |
|---|---|
| org.jamon.codegen | |
| org.jamon.node |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationType |
AnnotationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationType[] |
AnnotationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSourceGenerator.generateCustomAnnotations(Iterable<AnnotationNode> annotationNodes,
AnnotationType annotationType) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationType |
AnnotationNode.getType() |
| Constructor and Description |
|---|
AnnotationNode(org.jamon.api.Location location,
String annotations,
AnnotationType type) |
Copyright © 2003–2015 Jamon developers. All rights reserved.