package mediawiki.info; import mediawiki.info.wikibase.Property; public interface HasProperty { public Property getProperty(); }