Author: ggregory
Date: Fri May 30 19:36:37 2014
New Revision: 1598712
URL: http://svn.apache.org/r1598712
Log:
Javadoc.
Modified:
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginAttribute.java
Modified:
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginAttribute.java
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginAttribute.java?rev=1598712&r1=1598711&r2=1598712&view=diff
==============================================================================
---
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginAttribute.java
(original)
+++
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/PluginAttribute.java
Fri May 30 19:36:37 2014
@@ -26,8 +26,8 @@ import org.apache.logging.log4j.core.con
import org.apache.logging.log4j.util.Strings;
/**
- * Identifies a Plugin Attribute and its default value. Note that only one of
the defaultFooValue attributes will be
- * used based on the type this annotation is attached to. Thus, for primitive
types, the default<i>Type</i>Value
+ * Identifies a Plugin Attribute and its default value. Note that only one of
the defaultFoo attributes will be
+ * used based on the type this annotation is attached to. Thus, for primitive
types, the default<i>Type</i>
* attribute will be used for some <i>Type</i>. However, for more complex
types (including enums), the default
* string value is used instead and should correspond to the string that would
correctly convert to the appropriate
* enum value using {@link Enum#valueOf(Class, String) Enum.valueOf}.