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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanisCandidate(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:
 isCandidatein interfaceClasspathScanCandidateDetector
 
 -