Package io.debezium.annotation
Annotation Interface PackagePrivate
@Documented
@Target({TYPE,FIELD,METHOD,CONSTRUCTOR})
@Retention(SOURCE)
public @interface PackagePrivate
Indicates that the annotated element intentionally uses default visibility.
- Author:
- Gunnar Morling