aspose file tools
The moose likes Java in General and the fly likes Conceptual difference between annotation and marker interface. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Conceptual difference between annotation and marker interface." Watch "Conceptual difference between annotation and marker interface." New topic
Author

Conceptual difference between annotation and marker interface.

Joseph Kulandai
Greenhorn

Joined: Sep 25, 2003
Posts: 3
Marker interface informs a compiler about a class. Sameway annotation is also gives information about class / method / object.

Then in what way they are different?
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

"JK"

Please check you private messages.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Conceptual difference between annotation and marker interface.
 
Similar Threads
Forward declaration doubt
When to use @annotation instead of marker interface declarations
small doubt regarding Marker Interface
Marker interface related question
Conceptual difference between annotation and marker interface.