Package org.panda_lang.utilities.inject.annotations


package org.panda_lang.utilities.inject.annotations
  • Annotation Interfaces
    Class
    Description
    Marks field/parameter that value should be constructed, if no other bind was found.
    Marks fields that should be injected during the construction of the object.
    Enables DI context for annotated annotation.
    Marks method that should be called after an object is constructed.