2
Fork 0

[svn r246] added annotatioins and made some actions

This commit is contained in:
willemc 2007-04-28 01:13:29 +02:00
parent 54ca574e58
commit a4d1ff1c57
15 changed files with 679 additions and 25 deletions

View file

@ -45,5 +45,7 @@ public @interface VascDefaultValue {
/**
* The defaultValue of the method
*/
Class defaultValue();
Class defaultValueClass() default Object.class;
String defaultValue() default "null";
}