Annotation Interface RegisterListener


@Retention(RUNTIME) @Target(TYPE) public @interface RegisterListener
An annotation used to specify that a Listener should be dected automatically by Whatsapp. For this annotation to be recognized, the target class should implement Listener and provide a no argument constructor. If any of those conditions aren't met, a RuntimeException will be thrown.