All Classes
-
All Classes Class Summary Annotation Types Summary Class Description Default A ready to use annotation to mask that an enum value is the default value, a public field is default instance, or a public method is a factory method.DefaultAnnotationValidator This annotation process ensures thatDefaultis only annotated to public, static, final fields or methods.DefaultImplementation A ready to use annotation to specify a classname for the default implementation.DefaultInterface A ready to use annotation to the class is in interface will all its method have a default implementation and that the author intent to have the interface itself as an implementation to be created.DefaultInterfaceAnnotationValidator This annotation process ensures thatDefaultInterfaceis only annotated to an interface with all default methods.DefaultToNull A ready to use annotation to mask that the class has null as default.ImplementedBy A ready to use annotation to specify a class for the default implementation.ImplementedByAnnotationValidator This annotation process ensures thatImplementedByparameter is compatible with the annotated class.Nullable A ready to use annotation to mask that a parameter in the default parameter can be null.Optional A ready to use annotation to mask that a parameter in the default parameter can be null.PostConstruct A ready to use annotation to specify that the method should be run after constructor is called by DefaultJ.PostConstructoAnnotationValidator This annotation process ensures thatPostConstructis only annotated to a method that take to parameter.