-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
None
Within Elytron we have the following interface: -
public interface SecurityFactory<T> {}
It is desirable to define capabilities where the generic type is specified so that as we wire together the various services we can be sure the correct SecurityFactory services are injected in the correct locations.
As it stands our only option is going to be a runtime check so incorrectly wired SecurityFactory references will only occur late.