View Javadoc
1   package de.fhdw.wtf.context.model;
2   
3   /**
4    * Represents the interface for any class.
5    */
6   public interface Anything {
7   	// empty
8   }