Deprecated annotations for Bebop-based edit kits
parent
29c9d9f272
commit
da268c2947
|
|
@ -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();
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue