Package me.ehp246.aufjms.core.reflection
Class EnabledScanner
java.lang.Object
me.ehp246.aufjms.core.reflection.EnabledScanner
public final class EnabledScanner
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description EnabledScanner(java.lang.Class<? extends java.lang.annotation.Annotation> enabler, java.lang.Class<? extends java.lang.annotation.Annotation> enablee, org.springframework.core.type.AnnotationMetadata metaData) -
Method Summary
Modifier and Type Method Description java.util.stream.Stream<org.springframework.beans.factory.config.BeanDefinition>perform()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EnabledScanner
public EnabledScanner(java.lang.Class<? extends java.lang.annotation.Annotation> enabler, java.lang.Class<? extends java.lang.annotation.Annotation> enablee, org.springframework.core.type.AnnotationMetadata metaData)
-
-
Method Details
-
perform
public java.util.stream.Stream<org.springframework.beans.factory.config.BeanDefinition> perform()
-