You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@HyperionIgnore annotation is used in order to allow libraries not to be embedded with Hyperion. If I have a library that can be integrated with multiple QA tools I need to rely on a hyperion-plugin artifact via implementation in order to apply mentioned annotation to my custom activity.
I propose that there should be either a separate artifact for annotations that can be looked up by Hyperion or even better to add a filtration mechanism in HyperionPlugin class so that the targets can stay unaware of Hyperion.
The text was updated successfully, but these errors were encountered:
@HyperionIgnore
annotation is used in order to allow libraries not to be embedded with Hyperion. If I have a library that can be integrated with multiple QA tools I need to rely on ahyperion-plugin
artifact viaimplementation
in order to apply mentioned annotation to my custom activity.I propose that there should be either a separate artifact for annotations that can be looked up by
Hyperion
or even better to add a filtration mechanism inHyperionPlugin
class so that the targets can stay unaware ofHyperion
.The text was updated successfully, but these errors were encountered: