@Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR}) public @interface AlwaysInlineSelectCallees
AlwaysInlineSelectCallees.callees() are inlined, unless
they are annotated with NeverInline.
This annotation exists primarily for testing purposes.public abstract String reason
public abstract String[] callees
"java.lang.String.length()" or
"java.lang.StringBuilder.append(java.lang.String)"