Annotation Type Important


@Target({METHOD,CONSTRUCTOR})
@Retention(SOURCE)
public @interface Important
A dev-only annotation which indicates important piece of logic which requires extensive inline documentation.