view core/src/luan/LuanMethod.java @ 617:e54c1646eed0

add Lucene.next_id()
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 30 Dec 2015 02:15:01 -0700
parents 899253043270
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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