See: Description
| Exception | Description |
|---|---|
| AnnotationProcessingException |
Thrown to indicate that something went wrong when processing an annotated class or object.
|
| DuplicateAnnotatedMembersException |
Thrown to indicate that an annotation which should only appear once, was found more than once.
|
| InvalidAnnotatedType |
Thrown to indicate that an annotation was applied to a member of a type incompatible with that
annotation (e.g.
|
| MissingAnnotatedMemberException |
Thrown to indicate that a required annotation is missing.
|
Copyright © 2020. All rights reserved.