| Class | Description |
|---|---|
| DefaultAnnotationValidator |
This annotation process ensures that
Default is only annotated to public, static, final fields or methods. |
| DefaultInterfaceAnnotationValidator |
This annotation process ensures that
DefaultInterface is only annotated
to an interface with all default methods. |
| ImplementedByAnnotationValidator |
This annotation process ensures that
ImplementedBy parameter is compatible with the annotated class. |
| PostConstructoAnnotationValidator |
This annotation process ensures that
PostConstruct is only annotated to a method that take to parameter. |
Copyright © 2023. All rights reserved.