]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
ad272c82a41424de7ab53ab438362c3827c7dabf
[tmp/jakarta-migration.git] /
1 package org.collectionspace.services.common.vocabulary;
2
3 public interface IVocabManager {
4         
5         public void exampleMethod(String someParam);
6
7 }