Author: mattsicker
Date: Wed Apr 9 19:21:48 2014
New Revision: 1586088
URL: http://svn.apache.org/r1586088
Log:
Javadoc update.
Modified:
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginFactory.java
Modified:
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginFactory.java
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginFactory.java?rev=1586088&r1=1586087&r2=1586088&view=diff
==============================================================================
---
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginFactory.java
(original)
+++
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginFactory.java
Wed Apr 9 19:21:48 2014
@@ -22,7 +22,8 @@ import java.lang.annotation.RetentionPol
import java.lang.annotation.Target;
/**
- * Identifies a Method as the factory to create the plugin.
+ * Identifies a Method as the factory to create the plugin. This annotation
should only be used on a {@code static}
+ * method, and its parameters should be annotated with the appropriate Plugin
annotations.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)