818819820821822823824
annotationBoundary = null; } @Override public AnnotationBoundaryImpl getAnnotationBoundary() { return new AnnotationBoundaryImpl(annotationBoundary); }
823824825826827828829
return new AnnotationBoundaryImpl(annotationBoundary); } @Override public void setAnnotationBoundary(AnnotationBoundary message) { this.annotationBoundary = new AnnotationBoundaryImpl(message); }