replace DefaultEngine annotation with the new Default annotation

This commit is contained in:
Sebastian Sdorra
2014-08-24 14:54:35 +02:00
parent 50b0b6b2b8
commit be24164b88
6 changed files with 11 additions and 67 deletions

View File

@@ -52,6 +52,6 @@ import java.lang.annotation.Target;
*/
@Documented
@BindingAnnotation
@Target(ElementType.PARAMETER)
@Target({ ElementType.TYPE, ElementType.PARAMETER })
@Retention(RetentionPolicy.RUNTIME)
public @interface Default {}