Annotation Interface StudioIgnore


@Target({METHOD,TYPE,FIELD}) @Retention(SOURCE) public @interface StudioIgnore
Annotation marks which elements should be ignored in the Studio. For example, ignoring some methods when scanning component class for handlers.