Interface InjectableElement

All Superinterfaces:
AnnotatedElement, AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, ConfigurableElement, Described, Element, MutableAnnotationMetadataDelegate<Element>, Named
All Known Subinterfaces:
BeanFieldElement, BeanParameterElement

public interface InjectableElement extends ConfigurableElement
Shared interface for injectable elements.
Since:
3.0.0
Author:
graemerocher
  • Method Details

    • injectValue

      default InjectableElement injectValue(String expression)
      Allows the field to resolve a value with Value.
      Parameters:
      expression - The expression to inject
      Returns:
      This field