view core/src/luan/LuanMethod.java @ 542:7170a0c414d5

better numeric term query
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 01 Jun 2015 21:48:57 -0600
parents 899253043270
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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