Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2016edd0d37c1476052a460c3eed8c596ac168b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 */
package org.eclipse.emf.cdo.releng.setup;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Targlet</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.emf.cdo.releng.setup.SetupPackage#getTarglet()
 * @model
 * @generated
 */
public interface Targlet extends TargletData
{

} // Targlet

Back to the top