Package | Description |
---|---|
com.github.misberner.apcommons.reporting | |
com.github.misberner.apcommons.util |
Modifier and Type | Method and Description |
---|---|
ValueReporter |
AnnotationReporter.forValue(AnnotationValue value)
Retrieves a reporter which prints messages corresponding to a certain value
of the annotation.
|
ValueReporter |
AnnotationReporter.forValue(CharSequence valueName)
Retrieves a reporter which prints messages corresponding to a certain value
of the annotation.
|
Modifier and Type | Method and Description |
---|---|
ValueReporter |
APUtils.getReporter(Element elem,
AnnotationMirror annotation,
AnnotationValue value) |
ValueReporter |
APUtils.getReporter(Element elem,
AnnotationMirror annotation,
CharSequence valueName) |
ValueReporter |
APUtils.getReporter(Element elem,
CharSequence annotationName,
CharSequence valueName) |
ValueReporter |
APUtils.getReporter(Element elem,
Class<? extends Annotation> annotationClazz,
CharSequence valueName) |
Copyright © 2013–2014. All rights reserved.