Class AbstractInjectAnnotationProcessor

    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Object getDefault()
      Deprecated.
      Tries to get the default value from the annotation.
      java.lang.String getName()
      Deprecated.
      Tries to get the name value from the annotation.
      java.lang.String getVia()
      Deprecated.
      Tries to get the via value from the annotation.
      boolean hasDefault()
      Deprecated.
       
      java.lang.Boolean isOptional()
      Deprecated.
      Tries to get the information whether the injection is optional.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractInjectAnnotationProcessor

        public AbstractInjectAnnotationProcessor()
        Deprecated.
    • Method Detail

      • getName

        public java.lang.String getName()
        Deprecated.
        Description copied from interface: InjectAnnotationProcessor
        Tries to get the name value from the annotation.
        Specified by:
        getName in interface InjectAnnotationProcessor
        Returns:
        the value to be used for the name or null, in which case the standard annotation or name derived from method/field should be used
      • getVia

        public java.lang.String getVia()
        Deprecated.
        Description copied from interface: InjectAnnotationProcessor
        Tries to get the via value from the annotation.
        Specified by:
        getVia in interface InjectAnnotationProcessor
        Returns:
        the value to be used for the via or null, in which case the standard annotation should be used
      • isOptional

        public java.lang.Boolean isOptional()
        Deprecated.
        Description copied from interface: InjectAnnotationProcessor
        Tries to get the information whether the injection is optional.
        Specified by:
        isOptional in interface InjectAnnotationProcessor
        Returns:
        the value to be used for the default or null, in which case the standard annotation should be used.