Code format
This commit is contained in:
@@ -34,7 +34,6 @@ public @interface Integration
|
||||
Interface[] value();
|
||||
}
|
||||
|
||||
|
||||
@Retention( RetentionPolicy.RUNTIME )
|
||||
@Target( ElementType.TYPE )
|
||||
@interface Interface
|
||||
@@ -44,7 +43,6 @@ public @interface Integration
|
||||
String iname();
|
||||
}
|
||||
|
||||
|
||||
@Retention( RetentionPolicy.RUNTIME )
|
||||
@Target( ElementType.METHOD )
|
||||
@interface Method
|
||||
|
||||
Reference in New Issue
Block a user