blob: a1a8f8c35a01aa926a0fa328420eb49b84a5bce3 [file] [log] [blame]
package org.apache.logging.log4j.core.config.plugins;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface PluginFactory {
}