aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/reflection/package-info.java
blob: fbf6e87af8cfbe0aed3104402cca9c544b49fb36 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Package for reflection utility methods.
 * @author Tony Vaagenes
 */
@ExportPackage
package com.yahoo.reflection;

import com.yahoo.osgi.annotation.ExportPackage;