revised matchable converter lookup algorithm; added conversion service bean container tests
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.springframework.ui.format.jodatime;
|
||||
package org.springframework.ui.format.annotation;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.springframework.ui.format.jodatime;
|
||||
package org.springframework.ui.format.annotation;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Annotations for declaratively configuring field formatting rules.
|
||||
*/
|
||||
package org.springframework.ui.format.annotation;
|
||||
@@ -16,7 +16,8 @@
|
||||
package org.springframework.ui.format.jodatime;
|
||||
|
||||
import org.joda.time.format.DateTimeFormatter;
|
||||
import org.springframework.ui.format.jodatime.DateTimeFormat.Style;
|
||||
import org.springframework.ui.format.annotation.DateTimeFormat;
|
||||
import org.springframework.ui.format.annotation.DateTimeFormat.Style;
|
||||
|
||||
/**
|
||||
* Formats properties annotated with the {@link DateTimeFormat} annotation.
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
package org.springframework.ui.format.jodatime;
|
||||
|
||||
import org.joda.time.format.DateTimeFormatter;
|
||||
import org.springframework.ui.format.jodatime.ISODateTimeFormat.Style;
|
||||
import org.springframework.ui.format.annotation.ISODateTimeFormat;
|
||||
import org.springframework.ui.format.annotation.ISODateTimeFormat.Style;
|
||||
|
||||
/**
|
||||
* Formats properties annotated with the {@link ISODateTimeFormat} annotation.
|
||||
|
||||
Reference in New Issue
Block a user