Changeset 976 for AnalyzerBeans/trunk/src/main/java/org/eobjects/analyzer/descriptors/ConfiguredPropertyDescriptorImpl.java
- Timestamp:
- 08/14/10 15:10:12 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AnalyzerBeans/trunk/src/main/java/org/eobjects/analyzer/descriptors/ConfiguredPropertyDescriptorImpl.java
r974 r976 31 31 return result; 32 32 } 33 34 @Override 35 public boolean isRequired() { 36 Configured configured = getAnnotation(Configured.class); 37 if (configured == null) { 38 return true; 39 } 40 return configured.required(); 41 } 33 42 }
Note: See TracChangeset
for help on using the changeset viewer.
