1. pragma Ada_2012; 
  2. package RTIDDS.Annotations is 
  3.    type Annotation is (Source); 
  4. end RTIDDS.Annotations;