補(bǔ)天云QT/QSS/QML/C++/STL項(xiàng)目實(shí)戰(zhàn)原理源碼界面美化
源碼
@Target(ElementType.TYPE)@Retention(RetentionPolicy.RUNTIME)@Documented@Repeatable(PropertySources.class)public @interface PropertySource {
? ?String name() default "";
? ?String[] value();
? ?boolean ignoreResourceNotFound() default false;
? ?String encoding() default "";
? ?Class<? extends PropertySourceFactory> factory() default PropertySourceFactory.class;}
標(biāo)簽: