This commit is contained in:
Anuken
2020-02-03 15:59:54 -05:00
parent 141cf518a2
commit 88d2ec5be8
3 changed files with 192 additions and 7 deletions

View File

@@ -9,8 +9,6 @@ public class Annotations{
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.SOURCE)
public @interface Component{
/** Dependencies. */
//Class[] value() default {};
}
/** Indicates priority of a method in an entity. Methods with higher priority are done last. */