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 Summary
FieldsModifier and TypeFieldDescriptionstatic final AnnotationRegistrationThe shared instance of the service. -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotatedServices(Iterable<Object> canidates) Processes each of the given services and createsIServiceRegistrationDescriptor.
-
Field Details
-
INSTANCE
The shared instance of the service.
-
-
Method Details
-
getAnnotatedServices
Processes each of the given services and createsIServiceRegistrationDescriptor.- Parameters:
canidates- an iterable of services, cannot benull.- Returns:
- a collection of
IServiceRegistrationDescriptor, nevernull.
-