Package defaultj.annotations.processor
-
Class Summary Class Description DefaultAnnotationValidator This annotation process ensures thatDefaultis only annotated to public, static, final fields or methods.DefaultInterfaceAnnotationValidator This annotation process ensures thatDefaultInterfaceis only annotated to an interface with all default methods.ImplementedByAnnotationValidator This annotation process ensures thatImplementedByparameter is compatible with the annotated class.PostConstructoAnnotationValidator This annotation process ensures thatPostConstructis only annotated to a method that take to parameter.