com.iab.gpp.extras.jackson.gvl.SpecialFeature Maven / Gradle / Ivy
The newest version!
package com.iab.gpp.extras.jackson.gvl;
/*-
* #%L
* IAB TCF Java GVL Jackson
* %%
* Copyright (C) 2020 IAB Technology Laboratory, Inc
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
/**
* Special features differ from simple features in that CMPs MUST provide users with a means to
* signal an opt-in choice as to whether vendors may employ the feature when performing any purpose
* processing. See Policies for specifics.
*/
public class SpecialFeature extends Feature implements com.iab.gpp.extras.gvl.SpecialFeature {
}