Annotation Interface MockBukkitInject


@Target({FIELD,PARAMETER}) @Retention(RUNTIME) @Documented @Experimental public @interface MockBukkitInject
Marks a ServerMock field or parameter as a mock, which will be reflectively set if the containing class is using the MockBukkitExtension JUnit extension. See the latter class for example usage.