AE
Size: a a a
AE
P
AD
AD
AD
A
NA
cm
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**@Documented
@Inherited
@Retention(RetentionPolicy.
RUNTIME)
@Target({ElementType.
METHOD, ElementType.
TYPE})
@LabelAnnotation(name = "ALLURE_MANUAL", value = "true")
public @interface Manual {
}
cm
NA
cm
cm
NA
NA
AD
A
AD