Package io.avaje.inject.core
Annotation Type DependencyMeta
-
public @interface DependencyMeta
Hold bean dependency meta data intended for internal use by code generation (Java annotation processing).
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String[]dependsOnThe list of dependencies.StringmethodThe bean factory method (for@Beanannotated methods).StringnameThe qualified name of the dependency being provided.String[]providesThe interfaces the bean implements.
-