Annotation Type PetiteDestroyMethod


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface PetiteDestroyMethod
    Markups the Petite bean destroy method. Destroy methods are called without an order when container is stopped.
    See Also:
    PetiteContainer.shutdown()