aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/reflection/package-info.java
blob: c28f2552f3f778cf2124394b4891d6e88e777345 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright 2017 Yahoo Holdings. 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;