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]]