view core/src/luan/LuanMethod.java @ 563:195a64f948f2

remove SimplyHTML
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 24 Jun 2015 16:57:18 -0600
parents 899253043270
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface LuanMethod {}