@Target(value={METHOD,CONSTRUCTOR}) public @interface InlineMeValidationDisabled
InlineMe
annotation's correctness (i.e.:
that it accurately represents an inlining of the annotated method).Modifier and Type | Required Element and 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).
|
public abstract String value
Copyright © 2021 Google LLC. All rights reserved.