Annotations zur Laufzeit

Class c = o.getClass ();
if (c.isAnnotationPresent(Generate_Doc.class)) {
  ..
}



Johannes Waldmann 2006-06-22