Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement activity helpers #353

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 4, 2019

  1. Implement activity helpers

     As a developer I would like to be able to define or even implements
     commons methods (default methods)  that could be extended by an
     activity method interface. This methods, should not be consider as an
     activity method.
    
    This feature will gives an upper level of abstraction allowing commons
    behavior between activity methods.
    
    In order to support this feature, an annotation named 'ActivityHelper'
    was developed. You must add this annotation to all those interfaces that
    gives some kind of support or gives an upper level of abstraction to an
    activity method interface.
    pjgg committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    c0cc36a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Merge branch 'master' into ft-activityhelper

    Pablo Gonzalez Granados authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    e261614 View commit details
    Browse the repository at this point in the history