import java.lang.reflect.Field; public class TestAssets { public static void main(String[] args) { byte a = 5; } }