Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

adding ability to detect handlers from super class. #136

Closed
wants to merge 1 commit into from

Conversation

thirogit
Copy link

@thirogit thirogit commented Jan 8, 2015

When handler class is annotated with @InheritSubscribers during registration all DECLARED handler methods from super class will be added to subscribers list. Handled methods from superclass's superclass
will not be added unless it also has @InheritSubscribers annotation.

As this functionality is explicitly requested by the user by placing InheritSubscribers annotation,
user cannot complain on performance and code complexity.

@JakeWharton
Copy link
Collaborator

We're just going to enable this for all types by default. Opt-in not necessary. See #135.

@JakeWharton JakeWharton closed this Jan 8, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants