Class KeyLiteral

java.lang.Object
org.smallmind.nutsnbolts.lang.AnnotationLiteral<Key>
org.smallmind.persistence.cache.aop.KeyLiteral
All Implemented Interfaces:
Annotation

public class KeyLiteral extends AnnotationLiteral<Key> implements Key
See Also:
  • Constructor Details

    • KeyLiteral

      public KeyLiteral(String value)
    • KeyLiteral

      public KeyLiteral(String value, String alias)
    • KeyLiteral

      public KeyLiteral(String value, String alias, boolean constant)
    • KeyLiteral

      public KeyLiteral(String value, String alias, boolean constant, boolean nullable)
  • Method Details

    • value

      public String value()
    • alias

      public String alias()
    • constant

      public boolean constant()
    • nullable

      public boolean nullable()