| Package | Description |
|---|---|
| org.quattor.pan.annotation | |
| org.quattor.pan.parser.annotation |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation.Entry> |
Annotation.getEntries() |
Iterator<Annotation.Entry> |
Annotation.iterator() |
| Constructor and Description |
|---|
Annotation(String name,
List<Annotation.Entry> entries) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation.Entry> |
AnnotationParser.annotation()
An annotation is just a sequence of key/value pairs.
|
static List<Annotation.Entry> |
AnnotationProcessor.parseAsDesc(String s) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationParser.pair(List<Annotation.Entry> entries)
Definition of a single key/value pair.
|
Copyright © 2014 Quattor. All Rights Reserved.