Package org.glassfish.hk2.configuration.api


package org.glassfish.hk2.configuration.api
  • Class
    Description
    This Injection point indicator can be used for services that have a hierarchical names.
    This interface can be used in conjunction with the ChildInject annotation to get the current list of children for this injection point
    Useful utilities for using the hk2 configuration system
    This annotation is placed on fields or on parameters of methods or constructors to indicate that these fields or parameters should come from the configuration instance of the type defined by the ConfiguredBy annotation on the class.
    This annotation is put onto classes to indicate that they should be created based on the availability of instances of a specify type of configuration in the Hub
     
    Describes how dynamic a configured field or parameter should be
    A method marked with this annotation will be invoked after to dynamic change have been applied to a service.
    A method marked with this annotation will be invoked prior to dynamic changes being applied to a service.