blob: 7feecd412c946305491cf2c97378660f80c908e9 [file] [log] [blame]
/*
* Copyright (c) 2018 Eike Stepper (Loehne, Germany) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.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();
}