Package org.robovm.rt.bro.annotation
Annotation Type ForceLinkClass
@Retention(RUNTIME) @Target(TYPE) public @interface ForceLinkClass
Adds a dependency from the annotated class
A to another class
B forcing the compiler to link in B if A is
referenced in some way by other classes in an app.-
Required Element Summary
-
Element Details
-
value
Class<?> valueSpecifies the class which the annotated class depends on.
-