Skip to content

Commit e88fcaf

Browse files
committed
Now Debug annotation can be applied to classes
1 parent 8c599d1 commit e88fcaf

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/dev/despical/commandframework/debug

1 file changed

+1
-1
lines changed

src/main/java/dev/despical/commandframework/debug/Debug.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Created at 8.09.2024
3333
*/
3434
@Documented
35-
@Target(ElementType.METHOD)
35+
@Target({ElementType.TYPE, ElementType.METHOD})
3636
@Retention(RetentionPolicy.RUNTIME)
3737
public @interface Debug {
3838
}

0 commit comments

Comments
 (0)