Przeglądaj źródła

deprecate property editor

Luke Taylor 16 lat temu
rodzic
commit
980b9b73b8

+ 1 - 0
core/src/main/java/org/springframework/security/access/ConfigAttributeEditor.java

@@ -26,6 +26,7 @@ import java.beans.PropertyEditorSupport;
  * of hard-to-spot configuration issues for end users.
  *
  * @author Ben Alex
+ * @deprecated
  * @version $Id$
  */
 public class ConfigAttributeEditor extends PropertyEditorSupport {