Annotation Interface HoneypotStore


@Target(TYPE) @Retention(RUNTIME) public @interface HoneypotStore
An annotation to mark a class as a HoneypotStore
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the storage manager.
  • Element Details

    • name

      String name
      The name of the storage manager. Each storage manager must provide a unique name
      Returns:
      The name of the HoneypotStore