devdaily home
|
java
|
perl
|
unix
|
directory
|
blog
Enter your search terms
Submit search form
web
devdaily.com
Next:
When to Use Interfaces
Up:
Interfaces
Previous:
Using an Implementation
 
Contents
Marker Interfaces
Do not declare any methods - mark a class as having some general property.
Define no language-level behavior.
All of the contract is in the documentation.
Next:
When to Use Interfaces
Up:
Interfaces
Previous:
Using an Implementation
 
Contents