Branch: refs/heads/master
Home:
http://github.com/weld/extensions
Commit: 63374488bd5763ac196f924d7549fd81ac547e9c
http://github.com/weld/extensions/commit/63374488bd5763ac196f924d7549fd81...
Author: Dan Allen <dan.j.allen(a)gmail.com>
Date: 2010-10-21 (Thu, 21 Oct 2010)
Changed paths:
M impl/src/main/java/org/jboss/weld/extensions/properties/MethodPropertyImpl.java
M impl/src/main/java/org/jboss/weld/extensions/properties/Properties.java
A impl/src/test/java/org/jboss/weld/extensions/test/properties/ClassToIntrospect.java
A
impl/src/test/java/org/jboss/weld/extensions/test/properties/PropertyFromMethodTest.java
Log Message:
-----------
WELDX-181 enforce JavaBean conventions
- enforce the JavaBean conventions when creating a property from a method
- write tests to validate that method is handled propertly
- include reference to JavaBean spec document