Annotation Type InlineMe
Indicates that callers of this API should be inlined. That is, this API is trivially expressible
in terms of another API, for example a method that just calls another method.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionWhat the caller should be replaced with. -
Optional Element Summary
-
Element Details
-
replacement
String replacementWhat the caller should be replaced with. Local parameter names can be used in the replacement string. If you are invoking an instance method or constructor, you must include the implicitthis
in the replacement body. If you are invoking a static method, you must include the implicitClassName
in the replacement body. -
imports
-
staticImports
-