| Package | Description |
|---|---|
| org.quattor.pan.parser.annotation |
| Modifier and Type | Method and Description |
|---|---|
ParseException |
AnnotationParser.generateParseException()
Generate ParseException.
|
| Modifier and Type | Method and Description |
|---|---|
List<Annotation.Entry> |
AnnotationParser.annotation()
An annotation is just a sequence of key/value pairs.
|
void |
AnnotationParser.pair(List<Annotation.Entry> entries)
Definition of a single key/value pair.
|
static Annotation |
AnnotationProcessor.process(String s) |
String |
AnnotationParser.value()
Values are either quoted strings or characters terminated by a newline.
|
Copyright © 2014 Quattor. All Rights Reserved.