mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 14:05:44 +01:00
replace DefaultEngine annotation with the new Default annotation
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user