001 002/* 003 * Copyright (C) 2011 Archie L. Cobbs. All rights reserved. 004 * 005 * $Id$ 006 */ 007 008package org.dellroad.jibxbindings.twilio.restapi; 009 010/** 011 * Implemented by elements that can nest directly inside a <code><TwilioResponse></code>. 012 */ 013public interface TwilioResponseContent { 014} 015