PageRenderTime 30ms CodeModel.GetById 21ms app.highlight 8ms RepoModel.GetById 0ms app.codeStats 0ms

/src/org/robotlegs/adapters/SwiftSuspendersReflector.as

https://bitbucket.org/HopeSky/mars_nd2d
ActionScript | 21 lines | 8 code | 2 blank | 11 comment | 0 complexity | 793de279705dc2b5567244f40f459e73 MD5 | raw file
 1/*
 2 * Copyright (c) 2009 the original author or authors
 3 * 
 4 * Permission is hereby granted to use, modify, and distribute this file 
 5 * in accordance with the terms of the license agreement accompanying it.
 6 */
 7
 8package org.robotlegs.adapters
 9{
10	import org.robotlegs.core.IReflector;
11	import org.swiftsuspenders.Reflector;
12	
13	/**
14	 * SwiftSuspender <code>IReflector</code> adpater - See: <a href="http://github.com/tschneidereit/SwiftSuspenders">SwiftSuspenders</a>
15	 * 
16	 * @author tschneidereit
17	 */
18	public class SwiftSuspendersReflector extends Reflector implements IReflector
19	{
20	}
21}