private AnnotatedType<X> fillClassDefaults(AnnotatedType<X> ejbClass)
{
AnnotatedTypeImpl<X> ejbClassImpl = AnnotatedTypeImpl.create(ejbClass);
if (!_isContainerTransaction) {
ejbClassImpl.addAnnotation(new TransactionManagementLiteral(BEAN));
}
TransactionAttribute ann
= ejbClass.getAnnotation(TransactionAttribute.class);