public class AnnotationChecker
extends java.lang.Object
| Constructor and Description |
|---|
AnnotationChecker(java.lang.Class<? extends java.lang.annotation.Annotation> annotation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasAnnotation(java.io.InputStream classStream)
Check an annotation in the class stream.
|