bitPogo/kmock

Allow custom Annotation for shared sources

Closed this issue · 1 comments

Description

Currently KMock only supports definitions for shared sources via @MockShared.
While it is good enough for smaller projects it might not for middle sized or bigger once with many different sources. Custom Annotations can help here.

Acceptance Criteria:

  • The Extension allows definition of custom Annotations for shared sources.
  • The processor picks them up and hooks them in alongside with @MockShared.

Done with release 0.2.0-rc01