Annotation Type InlineMeValidationDisabled
An annotation that disables validation of the
InlineMe
annotation's correctness (i.e.:
that it accurately represents an inlining of the annotated method).-
Required Element Summary
-
Element Details
-
value
String valueAn 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).
-