public interface ConfigurationCapability { [...] /** * @return the list of supported or not suported configuration properties */ Map getProperties(); }