My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ctp.arquilliandemo.ex1.domain;

/**
*
* @author Bartosz Majsak
*
*/
public enum TransactionType {

BUY,
SELL;

}

Change log

r83 by bartosz.majsak on Jul 8, 2010   Diff
Example project for arquillian blog post -
initial version.
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 152 bytes, 13 lines
Powered by Google Project Hosting