removed collection from annotation since it is not used
This commit is contained in:
@@ -29,7 +29,4 @@ import java.lang.annotation.Target;
|
||||
ElementType.FIELD
|
||||
})
|
||||
public @interface RelatedDocument {
|
||||
|
||||
String collection() default "";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user