Annotation Type ContextStorage


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface ContextStorage
    Annotation used to mark a dependency to a storage. This annotation is intended to be used on a class which responsibility it is to abstract the communication to the storage. Only needed in case the storage is not automatically detected.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name  
    • Element Detail

      • name

        String name
        Returns:
        the name to uniquely identify the storage