comparison graal/com.oracle.truffle.codegen.processor/src/com/oracle/truffle/codegen/processor/api/element/WritableElement.java @ 7530:5e3d1a68664e

applied mx eclipseformat to all Java files
author Doug Simon <doug.simon@oracle.com>
date Wed, 23 Jan 2013 16:34:57 +0100
parents a748e4d44694
children
comparison
equal deleted inserted replaced
7529:4a11124a3563 7530:5e3d1a68664e
22 */ 22 */
23 package com.oracle.truffle.codegen.processor.api.element; 23 package com.oracle.truffle.codegen.processor.api.element;
24 24
25 import javax.lang.model.element.*; 25 import javax.lang.model.element.*;
26 26
27
28 public interface WritableElement extends Element { 27 public interface WritableElement extends Element {
29 28
30 void addAnnotationMirror(AnnotationMirror annotationMirror); 29 void addAnnotationMirror(AnnotationMirror annotationMirror);
31 30
32 void removeAnnotationMirror(AnnotationMirror annotationMirror); 31 void removeAnnotationMirror(AnnotationMirror annotationMirror);