Annotation Interface WithFragmentBindings


@Target(TYPE) public @interface WithFragmentBindings
Makes a View annotated with AndroidEntryPoint have access to fragment bindings.

By default, views annotated with @AndroidEntryPoint do not have access to fragment bindings and must use this annotation if fragment bindings are required. When this annotation is used, this view must always be attached through a fragment.