|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Annotation.Entry | |
|---|---|
| org.quattor.pan.annotation | |
| org.quattor.pan.parser.annotation | |
| Uses of Annotation.Entry in org.quattor.pan.annotation |
|---|
| Methods in org.quattor.pan.annotation that return types with arguments of type Annotation.Entry | |
|---|---|
List<Annotation.Entry> |
Annotation.getEntries()
|
Iterator<Annotation.Entry> |
Annotation.iterator()
|
| Constructor parameters in org.quattor.pan.annotation with type arguments of type Annotation.Entry | |
|---|---|
Annotation(String name,
List<Annotation.Entry> entries)
|
|
| Uses of Annotation.Entry in org.quattor.pan.parser.annotation |
|---|
| Methods in org.quattor.pan.parser.annotation that return types with arguments of type Annotation.Entry | |
|---|---|
List<Annotation.Entry> |
AnnotationParser.annotation()
An annotation is just a sequence of key/value pairs. |
static List<Annotation.Entry> |
AnnotationProcessor.parseAsDesc(String s)
|
| Method parameters in org.quattor.pan.parser.annotation with type arguments of type Annotation.Entry | |
|---|---|
void |
AnnotationParser.pair(List<Annotation.Entry> entries)
Definition of a single key/value pair. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||