Annotation Type Equals


  • @Documented
    @Retention(SOURCE)
    @Target({FIELD,PARAMETER})
    public @interface Equals
    Must match the provided string.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value
        Returns:
        The string to match to.