/src/LinFu.Reflection/LoaderPluginAttribute.cs
http://github.com/philiplaureano/LinFu · C# · 11 lines · 7 code · 1 blank · 3 comment · 0 complexity · d72e8803b32fc0df493b1dfba39a3a75 MD5 · raw file
- using System;
- namespace LinFu.Reflection
- {
- /// <summary>
- /// Marks a class as a loader plugin type.
- /// </summary>
- public class LoaderPluginAttribute : Attribute
- {
- }
- }