Deprecated annotations for Bebop-based edit kits
parent
29c9d9f272
commit
da268c2947
|
|
@ -32,6 +32,7 @@ import java.lang.annotation.Target;
|
|||
*/
|
||||
@Target({ElementType.TYPE})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Deprecated
|
||||
public @interface AuthoringKit {
|
||||
|
||||
Class<? extends FormSection> createComponent();
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ import com.arsdigita.bebop.Form;
|
|||
*
|
||||
* @author <a href="mailto:jens.pelzetter@googlemail.com">Jens Pelzetter</a>
|
||||
*/
|
||||
@Deprecated
|
||||
public @interface AuthoringStep {
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue