How do annotations work internally
Can anybody explain me how annotation work internally in java?
I know that how we can create custom annotation by using
java.lang.annotation library in java. But still i don't get enough idea
how it's working internally like @Override annotation.
I really thankful if anyone explain it in details.
No comments:
Post a Comment