|
|
|
@ -1,5 +1,5 @@ |
|
|
|
/* |
|
|
|
/* |
|
|
|
* Copyright 2002-2007 the original author or authors. |
|
|
|
* Copyright 2002-2009 the original author or authors. |
|
|
|
* |
|
|
|
* |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
@ -29,7 +29,9 @@ import org.springframework.util.Assert; |
|
|
|
* @author Juergen Hoeller |
|
|
|
* @author Juergen Hoeller |
|
|
|
* @since 1.2.2 |
|
|
|
* @since 1.2.2 |
|
|
|
* @see org.springframework.core.enums.LabeledEnumResolver#getLabeledEnumSet(Class) |
|
|
|
* @see org.springframework.core.enums.LabeledEnumResolver#getLabeledEnumSet(Class) |
|
|
|
|
|
|
|
* @deprecated as of Spring 3.0, in favor of Java 5 enums. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
@Deprecated |
|
|
|
public class StringCodedLabeledEnum extends AbstractGenericLabeledEnum { |
|
|
|
public class StringCodedLabeledEnum extends AbstractGenericLabeledEnum { |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
|