1 package de.fhdw.wtf.context.model; 2 3 /** 4 * Represents the abstract superclass to any Base Type. 5 */ 6 public class AnyValue implements Anything { 7 // empty 8 }