Annotation Type After


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface After
    Method annotation to mark clean up methods, that is run after test execution. Use clean-up methods, for instance, to release resources and clean up testing environment.
    Since:
    1.0.0
    Author:
    Erhan Bagdemir