Class MapName.Literal

java.lang.Object
com.oracle.coherence.cdi.AnnotationLiteral<MapName>
com.oracle.coherence.cdi.events.MapName.Literal
All Implemented Interfaces:
Annotation
Enclosing class:
MapName

public static class MapName.Literal extends AnnotationLiteral<MapName> implements MapName
An annotation literal for the MapName annotation.
See Also:
  • Method Details

    • of

      public static MapName.Literal of(String sName)
      Create a MapName.Literal.
      Parameters:
      sName - the map name
      Returns:
      a MapName.Literal with the specified value
    • value

      public String value()
      The name used to identify a specific map.
      Returns:
      the name used to identify a specific map