Class ConstructorProviderBuilder<T>


  • public class ConstructorProviderBuilder<T>
    extends Object
    The ConstructorProviderBuilder class builds the list of injection methods for a class. JSR 330 compliance is extremely sensitive to the order of the results of this class. See here for an excellent reference implementation: https://github.com/rstiller/JSR-330 void com.github.jsr330.instance.TypeContainer.getMethodInformation() See here for the JSR-330 specification: https://jcp.org/en/jsr/detail?id=330