JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Module
com.erudika.para.core
Package
com.erudika.para.core.annotations
Annotation Interface Indexed
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
Indexed
Annotation that marks methods that can modify the search index. Mainly used for weaving through AOP.
Author:
Alex Bogdanovski [
[email protected]
]
Nested Class Summary
Nested Classes
Modifier and Type
Class
Description
static enum
Indexed.Action
The search action performed.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
Indexed.Action
action
Element Details
action
Indexed.Action
action
Returns:
the action
Default:
NOOP