Uses of Package
com.erudika.para.core.annotations
-
Packages that use com.erudika.para.core.annotations Package Description com.erudika.para.core.annotations Various annotation classes used for caching, indexing, etc.com.erudika.para.core.persistence The persistence module - handles data store communications and object persistence.com.erudika.para.core.search The search module - manages indexing operations and enables search. -
Classes in com.erudika.para.core.annotations used by com.erudika.para.core.annotations Class Description Cached.Action The type of cache operation.Indexed.Action The search action performed. -
Classes in com.erudika.para.core.annotations used by com.erudika.para.core.persistence Class Description Cached Annotation that marks methods that can modify the cache.Indexed Annotation that marks methods that can modify the search index. -
Classes in com.erudika.para.core.annotations used by com.erudika.para.core.search Class Description Measured Annotation that marks a method for interception by AOP.