/* * Copyright (C) 2013 Intel Corporation * All rights reserved. */ package com.intel.mtwilson.repository; /** * * @author jbuhacoff */ public interface FilterCriteria<T> { }