Annotation Type IncompatibleChange


  • @Target({METHOD,FIELD})
    @Retention(CLASS)
    @Documented
    public @interface IncompatibleChange
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String details
      Short string describing what changed.
      java.lang.String release
      Identifies the release in which the signature of the method was modified.
    • Element Detail

      • release

        java.lang.String release
        Identifies the release in which the signature of the method was modified.
        Returns:
        a release number, e.g., "5.4"
      • details

        java.lang.String details
        Short string describing what changed.