Preparation for APIv4, general code cleanup
This commit is contained in:
12
src/com/redstoner/annotations/Commands.java
Normal file
12
src/com/redstoner/annotations/Commands.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package com.redstoner.annotations;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
import com.redstoner.misc.CommandHolderType;
|
||||
|
||||
@Target(ElementType.TYPE)
|
||||
public @interface Commands
|
||||
{
|
||||
CommandHolderType value();
|
||||
}
|
||||
Reference in New Issue
Block a user