final TestElement item = TestElement.TYPE.instantiate();
final PossibleValues possibleValuesAnnotation = TestElement.PROP_COLORS.getAnnotation( PossibleValues.class );
assertNotNull( possibleValuesAnnotation );
final String[] values = possibleValuesAnnotation.values();
assertNotNull( values );
final ContentProposalService contentProposalService = item.property( TestElement.PROP_COLORS ).service( ContentProposalService.class );
assertNotNull( contentProposalService );