@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface Typed
Injectable
or to methods contained within a
type annotated by Fragment
.
If this annotation is applied to a class then the class must be able to be assigned to the types specified by this annotation. If the annotation is applied to a method then the return type of the method must be able to be assigned to the types specified by this annotation.