-
@Retention(SOURCE) 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 StringpackagePattern
-
-
-
Element Detail
-
packagePattern
String packagePattern
- Default:
- "^(?:\\w+\\.)?(?:internal|impl)(?:\\.\\w+)?$"
-
-