Class BusinessCalendarAnnotationCandidateDetector
java.lang.Object
io.jmix.businesscalendar.provider.impl.BusinessCalendarAnnotationCandidateDetector
- All Implemented Interfaces:
ClasspathScanCandidateDetector
@Component("bpm_BusinessCalendarAnnotationCandidateDetector")
public class BusinessCalendarAnnotationCandidateDetector
extends Object
implements ClasspathScanCandidateDetector
Allows to detect all classes that have annotation
BusinessCalendar
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isCandidate
(org.springframework.core.type.classreading.MetadataReader metadataReader)
-
Constructor Details
-
BusinessCalendarAnnotationCandidateDetector
public BusinessCalendarAnnotationCandidateDetector()
-
-
Method Details
-
isCandidate
public boolean isCandidate(org.springframework.core.type.classreading.MetadataReader metadataReader) - Specified by:
isCandidate
in interfaceClasspathScanCandidateDetector
-