| org.conform.Property
Property | public @interface Property(Code) | | |
pattern | String pattern(Code) | | pattern for the Format (usage depends on the FormatType). |
patternKey | String patternKey(Code) | | key for looking up the pattern for the Format in the resource bundle (localized formatting) |
priority | int priority(Code) | | properties can be ordered by priority |
|
|