diff --git a/pom.xml b/pom.xml index 52efda02afb..f156e0f70e3 100755 --- a/pom.xml +++ b/pom.xml @@ -1145,6 +1145,19 @@ org.glassfish.jersey.** + + true + 512 + + You should never use this style of annotations(i.e, 'this is for test only') + in IA.Public or IA.LimitedPrivate classes. Use IA.Private to tell users this is + not for public use. + For IA.Private classes, use RestrictedApi annotation in error prone instead. + + + org.apache.hbase.thirdparty.com.google.common.annotations.VisibleForTesting + +