Add interface to generate some doc out of

Signed-off-by: Knut-Erik Johnsen <abstract@knut-erik.org>
This commit is contained in:
Knut-Erik Johnsen 2024-10-11 16:02:32 +02:00
parent 5e93e752f1
commit f15a317426
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package io.upbound;
/**
* This is the project for the upjet based Azure Provider.
*/
public interface AzureProvider {
}