avoid marking entire packages as API since we're exposing specific classes instead
diff --git a/org.eclipse.wst.common.snippets/component.xml b/org.eclipse.wst.common.snippets/component.xml
index 85d7d77..be6c7fe 100644
--- a/org.eclipse.wst.common.snippets/component.xml
+++ b/org.eclipse.wst.common.snippets/component.xml
@@ -10,7 +10,7 @@
 		<type name="ISnippetItem" implement="false" />
 		<type name="ISnippetVariable" implement="false" />
 	</package>
-	<package name="org.eclipse.wst.common.snippets.ui">
+	<package name="org.eclipse.wst.common.snippets.ui" api="false">
 		<type name="DefaultSnippetInsertion" subclass="true" instantiate="true" />
 		<type name="ISnippetInsertion" implement="false" />
 	</package>