@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Fragment
includes
parameter.@Nonnull public abstract Class<?>[] includes
Injectable
-annotated classes or Fragment
-annotated interfaces.
The Fragment
-annotated interfaces contributions are added recursively and contributions are
de-duplicated before they are resolved.