HADOOP-17947. Additional element types for VisibleForTesting (ADDENDUM) (#3521)
This commit is contained in:
parent
84f10fd78b
commit
783e4805e7
@ -37,7 +37,7 @@
|
||||
* they MUST be re-scoped as public/limited private.
|
||||
*/
|
||||
@Retention(RetentionPolicy.CLASS)
|
||||
@Target({ ElementType.TYPE, ElementType.METHOD })
|
||||
@Target({ ElementType.TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.CONSTRUCTOR })
|
||||
@Documented
|
||||
public @interface VisibleForTesting {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user