You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
357 B
25 lines
357 B
package 基础题2;
|
|
|
|
|
|
/**
|
|
* @author 胡灵美
|
|
* @version 1.0
|
|
* @created 31-10月-2025 14:49:20
|
|
*/
|
|
public class ConfigDirector {
|
|
|
|
public ConfigDirector(){
|
|
|
|
}
|
|
|
|
public void finalize() throws Throwable {
|
|
|
|
}
|
|
/**
|
|
*
|
|
* @param b
|
|
*/
|
|
public Config buildStandardConfig(builder: ConfigBuilder b){
|
|
return null;
|
|
}
|
|
}//end ConfigDirector
|