File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
src/main/java/org/apache/ibatis/type Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 11/**
2- * Copyright 2009-2015 the original author or authors.
2+ * Copyright 2009-2018 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
2929 */
3030public abstract class BaseTypeHandler <T > extends TypeReference <T > implements TypeHandler <T > {
3131
32+ /**
33+ * @deprecated Since 3.5.0 - See https://github.com/mybatis/mybatis-3/issues/1203. This field will remove future.
34+ */
35+ @ Deprecated
3236 protected Configuration configuration ;
3337
38+ /**
39+ * @deprecated Since 3.5.0 - See https://github.com/mybatis/mybatis-3/issues/1203. This property will remove future.
40+ */
41+ @ Deprecated
3442 public void setConfiguration (Configuration c ) {
3543 this .configuration = c ;
3644 }
You can’t perform that action at this time.
0 commit comments