| Package | Description | 
|---|---|
| sirius.kernel.di | Contains the micro kernel for the discovery based programming framework. | 
| sirius.kernel.di.std | Contains standard annotations and implementations for  ClassLoadActionandFieldAnnotationProcessorto process them. | 
| sirius.kernel.settings | Provides a wrapper around the typesafe config
 library. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClassLoadAction. handle(MutableGlobalContext ctx,
      Class<?> clazz)Invoked for each class which contains the trigger-annotation. | 
| void | FieldAnnotationProcessor. handle(MutableGlobalContext ctx,
      Object object,
      Field field)Invoked for each field which contains the trigger-annotation. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AutoRegisterAction. handle(MutableGlobalContext ctx,
      Class<?> clazz) | 
| void | PartAnnotationProcessor. handle(MutableGlobalContext ctx,
      Object object,
      Field field) | 
| void | PriorityPartsAnnotationProcessor. handle(MutableGlobalContext ctx,
      Object object,
      Field field) | 
| void | PartsAnnotationProcessor. handle(MutableGlobalContext ctx,
      Object object,
      Field field) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ConfigValueAnnotationProcessor. handle(MutableGlobalContext ctx,
      Object object,
      Field field) | 
Copyright © 2018. All rights reserved.