Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9b698a89cf6acb68913299a0f37fbac04b8f504b (plain) (blame)
1
2
3
4
5
package org.eclipse.jpt.core.internal.resource.java;

public interface NestableAssociationOverride
	extends AssociationOverride, NestableAnnotation
{}

Back to the top