Added FileComment

This commit is contained in:
coolGi2007
2022-01-25 04:54:53 +00:00
parent b2d5e18fe4
commit bdd877abe8
@@ -44,4 +44,17 @@ public class ConfigAnnotations {
{
}
/**
* Adds a comment to the file.
*
* DONT USE AS IT WILL BE REMOVED IN THE REWORK OF THE CONFIG
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Deprecated
public @interface FileComment
{
}
}