Annotation Type AfterExample


  • @Target({ANNOTATION_TYPE,METHOD})
    @Retention(RUNTIME)
    @API(status=MAINTAINED,
         since="1.4.0")
    public @interface AfterExample
    This is an alias of AfterProperty
    See Also:
    BeforeExample, AfterProperty