Deprecated annotations for Bebop-based edit kits

pull/10/head
Jens Pelzetter 2021-12-24 11:45:42 +01:00
parent 29c9d9f272
commit da268c2947
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ import java.lang.annotation.Target;
*/ */
@Target({ElementType.TYPE}) @Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Deprecated
public @interface AuthoringKit { public @interface AuthoringKit {
Class<? extends FormSection> createComponent(); Class<? extends FormSection> createComponent();

View File

@ -27,6 +27,7 @@ import com.arsdigita.bebop.Form;
* *
* @author <a href="mailto:jens.pelzetter@googlemail.com">Jens Pelzetter</a> * @author <a href="mailto:jens.pelzetter@googlemail.com">Jens Pelzetter</a>
*/ */
@Deprecated
public @interface AuthoringStep { public @interface AuthoringStep {
/** /**