Class AnnotationRegistration
java.lang.Object
com._1c.g5.v8.dt.internal.lifecycle.AnnotationRegistration
The registration service for lifecycle infrastructure based on annotations.
It processes
It processes
LifecycleService and LifecycleParticipant annotations of the given services.- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final AnnotationRegistrationThe shared instance of the service.
- 
Method SummaryModifier and TypeMethodDescriptiongetAnnotatedServices(Iterable<Object> canidates) Processes each of the given services and createsIServiceRegistrationDescriptor.
- 
Field Details- 
INSTANCEThe shared instance of the service.
 
- 
- 
Method Details- 
getAnnotatedServicesProcesses each of the given services and createsIServiceRegistrationDescriptor.- Parameters:
- canidates- an iterable of services, cannot be- null.
- Returns:
- a collection of IServiceRegistrationDescriptor, nevernull.
 
 
-