[svn r246] added annotatioins and made some actions
This commit is contained in:
parent
54ca574e58
commit
a4d1ff1c57
15 changed files with 679 additions and 25 deletions
|
|
@ -45,5 +45,7 @@ public @interface VascDefaultValue {
|
|||
/**
|
||||
* The defaultValue of the method
|
||||
*/
|
||||
Class defaultValue();
|
||||
Class defaultValueClass() default Object.class;
|
||||
|
||||
String defaultValue() default "null";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue