view core/src/luan/LuanMethod.java @ 365:7669814ce6f1

Added tag 0.3 for changeset 1a464e090538
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 16 Apr 2015 11:56:27 -0600
parents 899253043270
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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