• Deprecated Enum Classes
    Enum Class
    Description
    We are in the process of replacing this class with ValuesSourceType, so new uses or entries to the enum are discouraged. There is currently no migration path for existing uses, notably parsing user value type hints and Composite aggregation, should continue to use this for now. Most importantly DO NOT ADD NEW PLACES WE SERIALIZE THIS ENUM!
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    FactoryProvider now works better with the standard @Inject annotation. When using that annotation, parameters are matched by name and type rather than by position. In addition, values that use the standard @Inject constructor annotation are eligible for method interception.