|
||||||||||
| 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 | |
|---|---|
java.util.List<Annotation.Entry> |
Annotation.getEntries()
|
java.util.Iterator<Annotation.Entry> |
Annotation.iterator()
|
| Constructor parameters in org.quattor.pan.annotation with type arguments of type Annotation.Entry | |
|---|---|
Annotation(java.lang.String name,
java.util.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 | |
|---|---|
java.util.List<Annotation.Entry> |
AnnotationParser.annotation()
An annotation is just a sequence of key/value pairs. |
static java.util.List<Annotation.Entry> |
AnnotationProcessor.parseAsDesc(java.lang.String s)
|
| Method parameters in org.quattor.pan.parser.annotation with type arguments of type Annotation.Entry | |
|---|---|
void |
AnnotationParser.pair(java.util.List<Annotation.Entry> entries)
Definition of a single key/value pair. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||