Class InjectionPoint


  • public class InjectionPoint
    extends Object
    • Field Detail

      • NONE

        public static final InjectionPoint NONE
        This instance is use to represent "null" as no injection point. It is a cleaner option than returning NULL by contract. (see Null Object pattern)
    • Constructor Detail

      • InjectionPoint

        public InjectionPoint​(int[] injectableArguments,
                              String bugType)
    • Method Detail

      • getInjectableArguments

        public int[] getInjectableArguments()
      • getBugType

        public String getBugType()