blob: 2d0d1d0686c0c66e806e37b003cba4f9e575c31f [file] [log] [blame]
/*
* Copyright (c) 2018 Eike Stepper (Berlin, Germany) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Eike Stepper - initial API and implementation
*/
package org.eclipse.oomph.setup.internal.core;
/**
* @author Eike Stepper
*/
public interface StringFilterDocumentation
{
public String getName();
public String getDescription();
public String[] getDeprecations();
}