Manhattan Associates Interview Question

How do you write your own annotations?

Interview Answer

Anonymous

Feb 21, 2014

public @interface Myannotation { String method(); } for more info look into http://javapapers.com/core-java/java-annotations/

1