-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
Describe the following scenario :
- We have an annotation called
@Composite
that auto wiring the activity/fragment/view lifecycle. - Each annotated field should extends of the
ActivityComposite
,FragmentComposite
orViewComposite
classes. - Weaver part automatically dispatch all the lifecycle methods for composite objects.