182183184185186187188189
} return composer.getCreatedClassName(); } protected JClassType getMarkerBean(JClassType type) throws NotFoundException { BEAN pojo = type.getAnnotation(BEAN.class); return oracle.getType(pojo.value().getCanonicalName()); }
163164165166167168169170
} return composer.getCreatedClassName(); } private JClassType getMarkerBean(JClassType type) throws NotFoundException { BEAN pojo = type.getAnnotation(BEAN.class); return oracle.getType(pojo.value().getCanonicalName()); }