[svn r297] some hack work to enable some features and removed all compiler warnings
This commit is contained in:
parent
1e74f3c039
commit
6a2813f43d
20 changed files with 829 additions and 57 deletions
|
|
@ -45,7 +45,7 @@ public @interface VascDefaultValue {
|
|||
/**
|
||||
* The defaultValue of the method
|
||||
*/
|
||||
Class defaultValueClass() default Object.class;
|
||||
Class<?> defaultValueClass() default Object.class;
|
||||
|
||||
String defaultValue() default "null";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue