Bläddra i källkod

HADOOP-17947. Additional element types for VisibleForTesting (ADDENDUM) (#3521)

Viraj Jasani 3 år sedan
förälder
incheckning
783e4805e7

+ 1 - 1
hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/VisibleForTesting.java

@@ -37,7 +37,7 @@ import java.lang.annotation.Target;
  * 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 {
 }