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

/**
 * @author kaschja
 * @version $Id: SampleRole.java 5749 2005-05-30 11:52:29Z anklam $
 */
public class SampleRole playedBy TeamB
{
    public void roleMethod() {}
    roleMethod => baseMethod;   
}

Back to the top