Expose Dependencies
of given Depin
to Decorators
#65
Labels
API Change
Change to the API
Breaking change
Enhancement
New feature or request
Priority Low
Low priority issue
Question
Further information is requested
While implementing subtype annotation of Collector I noticed that this can be done in manner of
Dependnency.Decorator
or as standaloneOptionalAnnotation
, which would be checked from within ofCollectorDependancy
. The things which need to be taken in consideration are:Dependency.Decorator
, would be able to retreive other dependencies this could introduceissues
from users, which would be addressed to me instead of implementator ofDependency.Decorator
. Right now this is not the case.Dependencies
object methods would require to be reduced via some interface.Dependency.Decorator
would change .The text was updated successfully, but these errors were encountered: