Add convenience methods to create BuildingBlockDescriptor for default cases · Issue #5 · archifacts/archifacts · GitHub
More Web Proxy on the site http://driver.im/
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
This is certainly always a difficult topic, but it would be nice to have some convenience methods to create BuildingBlockDescriptors for some default cases. While writing descriptors for my application I noticed that I can reduce most of them to three cases:
JavaClass ends with a certain name
JavaClass is assignable to a certain class
JavaClass is annotated with a certain annotation
I wrote the methods as part of a helper class, but they could (theoretically) be part of the BuildingBlockDescriptor interface as well.
This is certainly always a difficult topic, but it would be nice to have some convenience methods to create BuildingBlockDescriptors for some default cases. While writing descriptors for my application I noticed that I can reduce most of them to three cases:
I wrote the methods as part of a helper class, but they could (theoretically) be part of the BuildingBlockDescriptor interface as well.
The text was updated successfully, but these errors were encountered: