Monday, 11 September 2017

CommandsMap

An annotation-processing based library that helps avoiding big if/else blocks through the "Command" pattern, where every block is declared in a separate method, and this method is annotated with @Command, and this command is triggered if the key mentioned in the @Command meets the condition expected. No Reflections used.


Android Arsenal

from The Android Arsenal

No comments:

Post a Comment