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
use forPackage is if I could do some kind of forPackageWithType("my.package", AbstactClassOrInterface.class) so that I could scan but check only things of that type.
This would be incredibly useful for things like scanning entities and aggregates that have an abstract base class or a common interface. I'm not sure how to fit recursive in here... but given that I would probably always use it that way with a filter.
The text was updated successfully, but these errors were encountered:
See #697 (comment) for context
This would be incredibly useful for things like scanning entities and aggregates that have an abstract base class or a common interface. I'm not sure how to fit recursive in here... but given that I would probably always use it that way with a filter.
The text was updated successfully, but these errors were encountered: