Class StringAnnotation<T extends DataAnnotationType<?>>

java.lang.Object
annotation.DataAnnotation<T>
annotation.string.StringAnnotation<T>

public class StringAnnotation<T extends DataAnnotationType<?>> extends DataAnnotation<T>
  • Constructor Details

    • StringAnnotation

      public StringAnnotation(T dataAnnotationType)
  • Method Details

    • getString

      public String getString()
      Returns:
      the string
    • setString

      public void setString(String string)
      Parameters:
      string - the string to set
    • toString

      public String toString()
      Overrides:
      toString in class Object