001    package org.mesopotamia.lang.java.ref;
002    
003    
004    public interface VariableInfo extends Info {
005    
006            TypeSpecInfo getTypeSpecification();
007            
008            // TODO - annotations
009            
010    }