Annotation Type 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 [alex@erudika.com]
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Indexed.Action action  
    • Element Detail

      • action

        Indexed.Action action
        Returns:
        the action
        Default:
        com.erudika.para.core.annotations.Indexed.Action.NOOP