diff options
| author | Stefan Schmidt <stschmidt@google.com> | 2017-06-26 22:06:17 +0200 |
|---|---|---|
| committer | Stefan Schmidt <stschmidt@google.com> | 2017-06-26 22:06:17 +0200 |
| commit | f5fc855d68a5cfb376224f825670918d5f072163 (patch) | |
| tree | c4a671c3ede952d94c0bb6baa589d398690be345 /contrib | |
| parent | 67683b6c8c3a6b675de8a96dbb3f00ca420c1758 (diff) | |
| download | platform_external_opencensus-java-f5fc855d68a5cfb376224f825670918d5f072163.tar.gz platform_external_opencensus-java-f5fc855d68a5cfb376224f825670918d5f072163.tar.bz2 platform_external_opencensus-java-f5fc855d68a5cfb376224f825670918d5f072163.zip | |
Reserve a package for classes that need to be loaded by the boostrap classloader.
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/agent/src/main/java/io/opencensus/contrib/agent/bootstrap/package-info.java | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/agent/src/main/java/io/opencensus/contrib/agent/bootstrap/package-info.java b/contrib/agent/src/main/java/io/opencensus/contrib/agent/bootstrap/package-info.java new file mode 100644 index 00000000..748c7f78 --- /dev/null +++ b/contrib/agent/src/main/java/io/opencensus/contrib/agent/bootstrap/package-info.java @@ -0,0 +1,19 @@ +/* + * Copyright 2017, Google Inc. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package io.opencensus.contrib.agent.bootstrap; + +/** + * Contains classes that need to be loaded by the bootstrap classloader because they are used from + * classes loaded by the bootstrap classloader. + */ |
