Package org.robovm.rt.annotation

  • Class Summary
    Class Description
    Annotation
    Abstract base class of annotation implementation classes generated by the compiler AnnotationImplPlugin.
  • Annotation Types Summary
    Annotation Type Description
    StronglyLinked
    Marks a method to be strongly linked preventing it from being stripped no matter which tree shaking algorithm is being used.
    WeaklyLinked
    Marks a method to be weakly linked when using the conservative tree shaking algorithm.