Skip to content

Instantly share code, notes, and snippets.

@wkorando
Created August 6, 2018 21:25
Embed
What would you like to do?
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@ExtendWith(LogbackInitializerExtension.class)
public @interface LogbackInitializer {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment