public class IncompleteAnnotationException
- Object
- Throwable
- Exception
- RuntimeException
- IncompleteAnnotationException
A mirror of java.lang.annotation.IncompleteAnnotationException.
Constructors
public IncompleteAnnotationException(Class<? extends Annotation> annotationType, String elementName) |
Methods
public Class<? extends Annotation> annotationType() | |
public String elementName() |
Inherited methods
Constructor details
IncompleteAnnotationException
public IncompleteAnnotationException(Class<? extends Annotation> annotationType, String elementName)Method details
annotationType
public Class<? extends Annotation> annotationType()elementName
public String elementName()