Interface MethodConfig

  • All Superinterfaces:
    DeclarationConfig

    public interface MethodConfig
    extends DeclarationConfig
    Allows adding annotations to and removing annotations from a method. Note that the method is not physically altered, the modifications are only seen by the CDI container.
    Since:
    4.0
    See Also:
    Enhancement