Uploaded image for project: 'XWiki Commons'
  1. XWiki Commons
  2. XCOMMONS-2860

@Unstable annotations located on class variables are not checked

    XMLWordPrintable

Details

    • Unit
    • Unknown
    • N/A
    • N/A

    Description

      Example:

      public class TestClassWithUnstableAtStaticFieldLevel
      {
          /**
           * @since 6.0
           */
          @Unstable
          public static final String SOMETHING = "something";
      }
      

      Attachments

        Activity

          People

            vmassol Vincent Massol
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: