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