
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
12/Apr/07 07:24 AM
|
|
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface ApplicationException {
boolean rollback() default false;
}
|
|
Description
|
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface ApplicationException {
boolean rollback() default false;
}
|
Show » |
| There are no comments yet on this issue.
|
|