Skip to main content
summaryrefslogtreecommitdiffstats
blob: a05cb25d73b17581b436293cb690e4643354f3a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
team package teampkg.Team_2;

/**
 * @author kaschja
 * @version $Id: SampleRole.java 21820 2009-06-30 22:50:01Z stephan $
 */
public class SampleRole
{
    public String roleAttr = "AStringAttribut";
}

Back to the top