Annotation Type InlineMeValidationDisabled
-
@Target({METHOD,CONSTRUCTOR}) public @interface InlineMeValidationDisabled
An annotation that disables validation of theInlineMe
annotation's correctness (i.e.: that it accurately represents an inlining of the annotated method).
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
value
An explanation as to why the validation is disabled (e.g.: moving from a constructor to a static factory method that delegates to this constructor, which is behavior-perserving, but isn't strictly an inlining).
-
-
-
Element Detail
-
value
String value
An explanation as to why the validation is disabled (e.g.: moving from a constructor to a static factory method that delegates to this constructor, which is behavior-perserving, but isn't strictly an inlining).
-
-