-
- All Implemented Interfaces:
@Target(allowedTargets = {AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.PROPERTY, AnnotationTarget.FIELD, AnnotationTarget.FILE}) public @interface RNDropSupportTodo
Source-annotation, indicating that some changes need to be made once the associated RN version (or higher) becomes the one minimally supported by Detox Android.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
rnMajorVersion
private final String
message
-