Sign in
android
/
platform
/
tools
/
idea
/
934b9431b0b827a132df794e307fe5a2b70de00b
/
.
/
java
/
java-tests
/
testData
/
codeInsight
/
completeStatement
/
SCR36110_after.java
blob: dadb291315f5f5568111eb321c65c4ae480a7bd0 [
file
] [
log
] [
blame
]
public
enum
TransactionAttributeType
{
MANDATORY
,
REQUIRED
,
REQUIRESNEW
,
SUPPORTS
,
NOTSUPPORTED
,
NEVER
,<
caret
>
}