@Retention(value=CLASS)
@Target(value=FIELD)
public static @interface InlineSupport.UnsafeAccessedField
Marks a field to be accessed with unsafe. This annotation is useful to communicate fields
that must not e rewritten by code obfuscation tools like Proguard.
- Since:
- 23.0