Annotation Type WeaklyLinked


@Retention(CLASS)
@Target({TYPE,METHOD,CONSTRUCTOR})
public @interface WeaklyLinked
Marks a method to be weakly linked when using the conservative tree shaking algorithm. If specified on the class level all methods in that class will be weakly linked except for those annotated with StronglyLinked.