Java custom annotation - calling methods with annotation

后端 未结 0 893
青春惊慌失措
青春惊慌失措 2020-12-05 21:05

I have two annotation (@Translation, @Translate).

@Retention(RUNTIME)
@Target({FIELD})
public @interface Translation {
}

@Retention(RUNTIME)
@Target({PARAMET         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题