blob: 6b22263e395772e08785017650d77802b58bc291 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.ui.modelutil;
/**
* Place holder interface to allow key definitions. Should not be used directly and only exposed
* to allow use as generic placeholders.
*/
public interface PropertyKey {}