Module nbbrd.design
Package nbbrd.design

Annotation Type MightBePromoted


@Retention(SOURCE) @Documented public @interface MightBePromoted
Specifies that the annotated code might be part of API in the future if proven useful.
Author:
Philippe Charles
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • packagePattern

      String packagePattern
      Default:
      "^(?:\\w+\\.)*(?:internal|impl)(?:\\.\\w+)*$"