Java 类org.eclipse.jface.text.source.IAnnotationPresentation 实例源码

项目:Eclipse-Postfix-Code-Completion    文件:JavaExpandHover.java   
public int getLayer() {
    return IAnnotationPresentation.DEFAULT_LAYER;
}
项目:Eclipse-Postfix-Code-Completion-Juno38    文件:JavaExpandHover.java   
public int getLayer() {
    return IAnnotationPresentation.DEFAULT_LAYER;
}