Package org.robovm.rt.bro.annotation
-
Annotation Types Summary Annotation Type Description AfterBridgeCall Methods annotated withAfterBridgeCallwill be called for the parameters of aBridgemethod that were marshaled to pointers after the method has completed.AfterCallbackCall Methods annotated withAfterCallbackCallwill be called for the parameters of aCallbackmethod that were marshaled from pointers after the method has completed.Array Specifies that aStructMemberis an array of the specified dimension.Bridge ByRef ByVal Callback Marks a method as a callback which can be called from native code.ForceLinkClass Adds a dependency from the annotated classAto another classBforcing the compiler to link inBifAis referenced in some way by other classes in an app.ForceLinkClasses Adds dependencies from the annotated classAto a set of other classesB1, B2, ...forcing the compiler to link inB1, B2, ...ifAis referenced in some way by other classes in an app.GlobalValue Library MachineSizedFloat MachineSizedSInt MachineSizedUInt Marshaler Marshalers MarshalsArray MarshalsPointer MarshalsValue Packed Specifies that annotated struct has to be packedPointer StructMember StructRet Variadic Used to specify the index of the firstva_argparameter in aBridgemethod.Vectorised Specifies that annotated struct has to be optimized as SIMD Vector