hi friends how can i create a custom annotation
such that i have annotation by using that i can mark a class and if the class is marked the class will behave in predefine way
example
i have tag @myinterceptor
in class
is it possibleCode:@myinterceptor public class test { //must act as an interceptor in my way }
if it is possible plz give me how can i do it
plz


Reply With Quote