Last change
on this file since 4076 was
4060,
checked in by cneumuel, 14 years ago
|
created folders, copied Hive.Server.Core and Hive.Client.Core (#1091)
|
File size:
320 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 |
|
---|
6 | namespace HeuristicLab.Hive.Server.Core {
|
---|
7 | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
|
---|
8 | public class SpringTransaction : System.Attribute{
|
---|
9 | public Boolean UserTransaction { get; set; }
|
---|
10 | }
|
---|
11 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.