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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisCandidate(org.springframework.core.type.classreading.MetadataReader metadataReader) 
- 
Constructor Details- 
BusinessCalendarAnnotationCandidateDetectorpublic BusinessCalendarAnnotationCandidateDetector()
 
- 
- 
Method Details- 
isCandidatepublic boolean isCandidate(org.springframework.core.type.classreading.MetadataReader metadataReader) - Specified by:
- isCandidatein interface- ClasspathScanCandidateDetector
 
 
-