Package org.robolectric.shadows
Class ShadowAnnotationValidations
java.lang.Object
org.robolectric.shadows.ShadowAnnotationValidations
@Implements(value=com.android.internal.util.AnnotationValidations.class,
isInAndroidSdk=false,
minSdk=30)
public class ShadowAnnotationValidations
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
validate
(Class<? extends Annotation> annotation, Annotation ignored, int value) Re-implement to avoid use of android-only Class.getPackageName$
-
Constructor Details
-
ShadowAnnotationValidations
public ShadowAnnotationValidations()
-
-
Method Details
-
validate
@Implementation protected static void validate(Class<? extends Annotation> annotation, Annotation ignored, int value) Re-implement to avoid use of android-only Class.getPackageName$
-