Mercurial Hosting > luan
view src/luan/LuanMethod.java @ 1249:0064f0d4facc
fix tools examples
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 23 Jul 2018 17:04:40 -0600 |
parents | 1a68fc55a80c |
children |
line wrap: on
line source
package luan; import java.lang.annotation.*; @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface LuanMethod {}