Package org.jboss.as.xts.jandex
Class TransactionalAnnotation
- java.lang.Object
-
- org.jboss.as.xts.jandex.TransactionalAnnotation
-
public class TransactionalAnnotation extends Object
- Author:
- Gytis Trikleris, Paul Robinson
-
-
Field Summary
Fields Modifier and Type Field Description static String[]TRANSACTIONAL_ANNOTATIONS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TransactionalAnnotationbuild(org.jboss.as.server.deployment.DeploymentUnit unit, String endpoint)
-
-
-
Field Detail
-
TRANSACTIONAL_ANNOTATIONS
public static final String[] TRANSACTIONAL_ANNOTATIONS
-
-
Method Detail
-
build
public static TransactionalAnnotation build(org.jboss.as.server.deployment.DeploymentUnit unit, String endpoint) throws XTSException
- Throws:
XTSException
-
-