blob: c7945e28fb9bcb1b36449bb4bd177d22752ea6a9 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2017, 2018 GK Software AG, and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Stephan Herrmann - initial API and implementation
*******************************************************************************/
package org.aspectj.org.eclipse.jdt.internal.compiler.env;
public interface IBinaryModule extends IModule {
public IBinaryAnnotation[] getAnnotations();
public long getTagBits();
}