Package io.quarkus.arc
Interface RemovedBean
-
- All Known Implementing Classes:
RemovedBeanImpl
public interface RemovedBeanAn unused bean removed during the build process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()InjectableBean.KindgetKind()Set<Annotation>getQualifiers()Set<Type>getTypes()
-
-
-
Method Detail
-
getKind
InjectableBean.Kind getKind()
- Returns:
- the kind of the bean
-
getDescription
String getDescription()
- Returns:
- the description of the declaring java member for producers
-
getQualifiers
Set<Annotation> getQualifiers()
- Returns:
- the qualifiers
-
-