view core/src/luan/LuanMethod.java @ 602:b33c7c1e45d0

Added tag 0.12 for changeset d36027b41570
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 10 Nov 2015 06:01:19 -0700
parents 899253043270
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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