Module com.erudika.para.core
Package com.erudika.para.core.annotations
Various annotation classes used for caching, indexing, etc.
- Author:
- Alex Bogdanovski [alex@erudika.com]
-
Enum Summary Enum Description Cached.Action The type of cache operation.Indexed.Action The search action performed. -
Annotation Types Summary Annotation Type Description Cached Annotation that marks methods that can modify the cache.Documented A generic annotation intended to be used for attaching documentation metadata to the getter methods of configuration properties.Email Annotation for email validation.Indexed Annotation that marks methods that can modify the search index.Locked Annotation that marks a field as 'locked' i.e.Measured Annotation that marks a method for interception by AOP.Stored Annotation indicates that this field will be stored in the database.