Annotation Type SessionName


  • @Documented
    @Target({METHOD,FIELD,PARAMETER,ANNOTATION_TYPE})
    @Retention(RUNTIME)
    public @interface SessionName
    A qualifier annotation used when injecting Coherence resource to indicate a specific Session name.
    Since:
    3.0
    Author:
    Gunnar Hillert
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      The name used to identify a specific session.
    • Element Detail

      • value

        java.lang.String value
        The name used to identify a specific session.
        Returns:
        the name used to identify a specific session
        Default:
        ""