blob: b47ae12bad5696c178c40b776bd45c7b4bf54b5d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 Mia-Software.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Fabien Giquel (Mia-Software)
*******************************************************************************/
package annotations;
public @interface MyAnnotation {
int numero();
String valeur();
boolean monAttributNormal = true;
}