@Test
 public void argument() {
   TestUtils.assertAnnotationPresent(ReadingType.class, "argument", Embedded.class);
 }
 @Test
 public void interhamonic() {
   TestUtils.assertAnnotationPresent(ReadingType.class, "interharmonic", Embedded.class);
 }
 @Test
 public void retailCustomer() {
   TestUtils.assertAnnotationPresent(Subscription.class, "retailCustomer", NotNull.class);
 }
 @Test
 public void persistence() {
   TestUtils.assertAnnotationPresent(ReadingType.class, Entity.class);
   TestUtils.assertAnnotationPresent(ReadingType.class, Table.class);
 }
 @Test
 public void persistence() {
   TestUtils.assertAnnotationPresent(TimeConfiguration.class, Entity.class);
   TestUtils.assertAnnotationPresent(TimeConfiguration.class, Table.class);
 }