Possible Duplicate:
What is the use of marker interfaces in Java?
What is the use of extending marker interface.
A marker interface is exactly that: A means of marking that a class is or does certain things, even if those things are not expressed as actual methods. Marker interfaces date from very early on; these days while you might use one, you might also look at using annotations instead.
It is an interface with no methods. It is just used to "mark" Java classes which support a certain functionality like Serializable and Cloneable.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With