org.ocpsoft.rewrite.config.ConfigurationRuleBuilderWithMetadata Maven / Gradle / Ivy
/*
* Copyright 2014 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.ocpsoft.rewrite.config;
/**
* @author Lincoln Baxter, III
*
*/
public interface ConfigurationRuleBuilderWithMetadata extends ConfigurationBuilderRoot
{
/**
* Specify additional meta-data to be associated with this {@link Rule}. Meta-data does not directly affect a
* {@link Rule}'s behavior, but can be used to provide hints to custom extensions.
*/
ConfigurationRuleBuilderWithMetadata withMetadata(Object key, Object value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy