I am trying to use the Hibernate @TypeDef annotation at the package level, exactly as described in the Hibernate documentation . I am using Hibernate 3.6 and Spring 3.0.7 . Compiling the code and package-info.class is in the classpath, but still it does not appear in Hibernate.
If I put @TypeDef at the class level, it works, but not if I put in package-info . I tried Google but did not find anything useful.
Thanks!
wajda source share