/* * Copyright (C) 2013 Intel Corporation * All rights reserved. */ package com.intel.mtwilson.jaxrs2; /** * * @author jbuhacoff */ public class NoLinks<T> implements PatchLink<T> { }