Annotation Type BeforeExample


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